|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectobservations.Registrar
Registrar Manages saving an retreiving to/from memory.
Registrar is a singleton.
| Constructor Summary | |
Registrar()
|
|
| Method Summary | |
static void |
add(java.lang.String entryPoint,
DomainObject newObject)
Adds an object to the registry (saves it). |
static DomainObject |
get(java.lang.String entryPointName,
java.lang.String objectName)
Retrieves objects from the registry. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Registrar()
| Method Detail |
public static void add(java.lang.String entryPoint,
DomainObject newObject)
entryPoint - type of the object (eg. range or phenomenon)newObject - the object to save
public static DomainObject get(java.lang.String entryPointName,
java.lang.String objectName)
entryPointName - type of the objectobjectName - object's name
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||